class AnalysisManager.AlphabetSequence extends com.google.common.collect.AbstractIterator<String>
Modifier and Type | Field and Description |
---|---|
private int |
now |
private String |
prefix |
private char[] |
vs |
Constructor and Description |
---|
AlphabetSequence() |
Modifier and Type | Method and Description |
---|---|
protected String |
computeNext() |
private String |
fixPrefix(String prefix) |
endOfData, hasNext, next, peek
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
private int now
private String prefix
private char[] vs